Skip to content

Conversation

@mergify
Copy link

@mergify mergify bot commented Nov 17, 2025

This allows the IK solver to continue finding a valid solution, which also satisfies the kinematic constraints.

In the old situation the IK solver would return a solution, which it thinks is valid, but it is not. The sampler will keep calling the IK solver. Though for IK solvers, which are not that random. There is a high chance of returning the same solution over and over. Which keeps failing the constraints.

By checking the constraints in the callback the IK solver will continue and return a valid solution.

Please backport to Jazzy and others

Checklist

  • Required by CI: Code is auto formatted using clang-format
  • Extend the tutorials / documentation reference
  • Document API changes relevant to the user in the MIGRATION.md notes
  • Create tests, which fail without this PR reference
  • Include a screenshot if changing a GUI
  • While waiting for someone to review your request, please help review another open pull request to support the maintainers

This is an automatic backport of pull request #3586 done by [Mergify](https://mergify.com).

@codecov
Copy link

codecov bot commented Nov 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 45.81%. Comparing base (e489b04) to head (b69bc50).
⚠️ Report is 1 commits behind head on jazzy.

Additional details and impacted files
@@            Coverage Diff             @@
##            jazzy    #3611      +/-   ##
==========================================
- Coverage   46.21%   45.81%   -0.40%     
==========================================
  Files         718      718              
  Lines       62675    59110    -3565     
  Branches     7589     7588       -1     
==========================================
- Hits        28957    27073    -1884     
+ Misses      33554    31872    -1682     
- Partials      164      165       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@EzraBrooks EzraBrooks merged commit 684bccd into jazzy Nov 17, 2025
8 checks passed
@EzraBrooks EzraBrooks deleted the mergify/bp/jazzy/pr-3586 branch November 17, 2025 19:29
@github-project-automation github-project-automation bot moved this to ✅ Done in MoveIt Nov 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants